shared memory

英 [ʃeəd ˈmeməri] 美 [ʃerd ˈmeməri]

网络  共享存储区; 共享内存段; 共用存储器; 共享内存; 共享存储器

计算机



双语例句

  1. For example, all shared memory and semaphore settings are now handled via resource controls.
    例如,现在通过资源控制处理所有共享内存和信号量。
  2. This total has to include the text, data, and stack segments, plus all shared memory regions.
    这个总数必须包括文本、数据和栈段,再加上所有的共享内存区域。
  3. Same logic applies to the instance shared memory and the application group shared memory.
    这样的逻辑同样适用于实例共享内存和应用程序组共享内存。
  4. It is important that the database shared memory and stack do not collide.
    使数据库共享内存和堆栈不发生冲突,这一点很重要。
  5. You can GEM makes use of the shared memory subsystem for object management.
    GEM为对象管理使用了共享内存子系统。
  6. The two common hardware platforms used in HPC are shared memory systems and distributed memory systems.
    HPC中使用的两种主要的硬件平台是共享内存系统和分布式内存系统。
  7. This program also allows you to display the subsystem shared memory segment for debugging purposes.
    这个程序还允许您为调试目的显示子系统共享内存段。
  8. These limits dictate how we configure each of the memory pools in the database shared memory set.
    这些限制规定了我们该如何配置数据库共享内存集中的每个内存池。
  9. This is because you need to have kernel tmpfs support in order to use POSIX shared memory.
    这是因为您需要内核tmpfs支持来使用POSIX共享的内存。
  10. On one server it is easy to share the user's session state in a shared memory segment.
    在一台服务器上很容易通过共享内存段共享用户的会话状态。
  11. The code implements a parent and child process that communicates via a shared memory segment.
    代码实现通过共享内存段通信的父进程和子进程。
  12. AIX uses a memory-segmented architecture that limits the total number of segments used for shared memory and heap.
    AIX使用了内存分段的架构来限制共享内存和堆所使用的段总量。
  13. Before converting them to shared memory LPARS, I did some numbers.
    在把它们转换为共享内存LPAR之前,我做了一些研究。
  14. The system's physical memory is placed in a "shared memory pool".
    系统的物理内存被放在一个“共享内存池”中。
  15. Though FCM communication becomes faster, it reduces the database shared memory by one segment.
    虽然FCM通信变得更快,但是它也令数据库共享内存减少了一个段。
  16. You can have a mix of common and independent paging space devices in a shared memory pool.
    在同一个共享内存池中,可以同时有共用的和独立的分页空间设备。
  17. Another benefit of using mapped_region is that both full and partial access to the shared memory object is possible.
    使用mappedregion的另一个好处是可以对共享内存对象进行完全和部分访问。
  18. Another process that accesses this shared memory will be using this name for the access.
    另一个进程将使用这个名称访问这个共享内存。
  19. This effectively frees up one segment for database shared memory.
    这将有效地为数据库共享内存一个段。
  20. Shared memory allows multiple processes to map a portion of their virtual address to a common memory region.
    共享内存允许多个进程将它们的部分虚地址映射到一个公用的内存区域。
  21. POSIX threads provide the threading mechanism as well as shared memory.
    POSIX线程提供了线程化机制和共享内存。
  22. Facilities include open file handles ( file descriptors), shared memory, process synchronization primitives, and current directory.
    这些设施包括打开文件句柄(文件描述符)、共享内存、进程同步原语和当前目录。
  23. When running, the subsystem's shared memory contains the actual usable configuration information.
    当运行时,子系统的共享内存包含了实际有用的配置信息。
  24. Let's look at two parallel programming approaches: the distributed memory approach and the shared memory approach.
    现在让我们介绍两种并行编程的方法:分布式内存方法和共享式内存方法。
  25. The data structure design with shared memory is also provided.
    并给出了共享存储区中数据结构的设计方法。
  26. These resources, including shared memory and semaphores, are not adjustable by the user.
    这些资源,包括共享内存和信号量,都是用户不可修改的。
  27. The definition of a shared memory and process shared data structure and built-in semaphore support.
    有一个共享的内存定义和进程共享数据结构和内置的信号量的支持。
  28. The shared memory can be designed in the form of a distributed cache, disk, or other.
    每个map()任务处理器完全指派给“桶”,然后产生一个存到共享存储区域的中间结果集。共享存储可以设计成分布缓存,磁盘或其它设备等形式。
  29. Interprocess communication is not allowed. This includes pipes, semaphores, and shared memory.
    进程内通讯不可以。这包括管道,信号,和共享内存。
  30. The SGA is a shared memory area that contains data and control information for the instance.
    SGA是一个共享内存区域,包括了实例的数据和控制信息。